Skip to main content

Bluetooth profile

Bluetooth profile adalah suatu spesifikasi komunikasi yang digunakan untuk menghubungkan satu perangkat ke perangkat lain menggunakan jalur Bluetooth . Untuk menggunakan satu fitur teknologi Bluetooth, maka suatu perangkat yang dilengkapi dengan bluetooth harus harus kompatibel dengan perangkat terhubung lainnya . A Bluetooth profile resides on top of the Bluetooth Core Specification and (optionally) additional protocols. While the profile may use certain features of the core specification, specific versions of profiles are rarely tied to specific versions of the core specification. For example, there are HFP 1.5 implementations using both Bluetooth 2.0 and Bluetooth 1.2 core specifications.
The way a device uses Bluetooth technology depends on its profile capabilities. The profiles provide standards which manufacturers follow to allow devices to use Bluetooth in the intended manner. For the Bluetooth low energy stack according to Bluetooth V4.0 a special set of profiles applies.
At a maximum, each profile specification contains information on the following topics:
•    Dependencies on other formats
•    Suggested user interface formats
•    Specific parts of the Bluetooth protocol stack used by the profile. To perform its task, each profile uses particular options and parameters at each layer of the stack. This may include an outline of the required service record, if appropriate.
This article summarizes the current definitions and possible applications of each profile.

1.1 Advanced Audio Distribution Profile (A2DP)
1.2 Attribute Profile (ATT)
1.3 Audio/Video Remote Control Profile (AVRCP)
1.4 Basic Imaging Profile (BIP)
1.5 Basic Printing Profile (BPP)
1.6 Common ISDN Access Profile (CIP)
1.7 Cordless Telephony Profile (CTP)
1.8 Device ID Profile (DIP)
1.9 Dial-up Networking Profile (DUN)
1.10 Fax Profile (FAX)
1.11 Generic Audio/Video Distribution Profile (GAVDP)
1.12 Generic Access Profile (GAP)
1.13 Generic Attribute Profile (GATT)
1.14 Generic Object Exchange Profile (GOEP)
1.15 Hard Copy Cable Replacement Profile (HCRP)
1.16 Health Device Profile (HDP)
1.17 Hands-Free Profile (HFP)
1.18 Human Interface Device Profile (HID)
1.19 Headset Profile (HSP)
1.20 Intercom Profile (ICP)
1.21 LAN Access Profile (LAP)
1.22 Message Access Profile (MAP)
1.23 Object Push Profile (OPP)
1.24 Personal Area Networking Profile (PAN)
1.25 Phone Book Access Profile (PBAP, PBA)
1.26 Serial Port Profile (SPP)
1.27 Service Discovery Application Profile (SDAP)
1.28 SIM Access Profile (SAP, SIM, rSAP)
1.29 Synchronization Profile (SYNCH)
1.30 Video Distribution Profile (VDP)
1.31 Wireless Application Protocol Bearer (WAPB)

Jenis handphone yang dapat digunakan untuk SMS Gateway via koneksi bluetooth, minimal harus mempunyai profile SPP.

Sedangkan handphone yang dapat digunakan sebagai remote notebook atau PC adalah yang mempunyai profile HID.

Comments

Popular posts from this blog

Program PHP sederhana untuk menghitung simulasi kredit

Membuat Form <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> <!-- body,td,th { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; } --> </style></head> <?php $harga=$_GET['harga']; $dp=$harga*0.2; ?> <body> <H2>FORM SIMULASI KREDIT </H2> <br /> <form id="form1" name="form1" method="post" action="simulasi_proses1.php"> <table width="580" border="0" cellspacing="2" cellpadding="2"> <tr> <td>Harga Kendaraan </td> ...

Android Studio Webview dengan Custom Error Page

Pada tutorial kali ini akan dijelaskan cara membuat webview yang akan menampilkan custom error page apabila tidak ada koneksi internet. Buka file MainActivity.java Kemudian rubah isinya sebagai berikut: package com.danie.indihome; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.webkit.WebSettings; import android.webkit.WebView; import android.webkit.WebViewClient; public class Main2Activity extends AppCompatActivity { WebView wb ; @Override protected void onCreate(Bundle savedInstanceState) { super .onCreate(savedInstanceState); setContentView(R.layout. activity_main2 ); wb =(WebView)findViewById(R.id. wb ); WebSettings ws= wb .getSettings(); ws.setJavaScriptEnabled( true ); //wb.loadUrl("http://ubharajaya.com/masteradmin/admin@web/"); wb .loadUrl( "http://ubharajaya.com/mobile/index.php" ); wb .setWebViewClient(...

Software Bengkel Web Base

Software Bengkel atau Program Bengkel adalah aplikasi komputer yang dikembangkan khusus untuk bidang jasa bengkel mobil dan motor,baik untuk jasa service, jasa cuci steam, jasa variasi, jasa body repair, penjualan part dan accessoris. Aplikasi ini sudah mendukung bisnis proses operasional sehari-hari serta saling terintegrasi. Aplikasi ini dibangun berbasis web dan berjalan di sistem operasi windows dan linux, sehingga dapat memudahkan user dalam penggunaannya, Applikasi ini juga sudah di design untuk ruang lingkup Local Area Network (LAN). Dalam aplikasi ini antara modul dan sub modul sudah terintegrasi, sehingga setiap pelaporan dan data transaksi dapat dilihat secara real time, tanpa harus menunggu proses akhir hari (EOD), detail dari modul, sub modul dan report aplikasi terlampir Pada program Bengkel ini telah tersedia cetak SPK (Surat perintah kerja), Total komisi mekanik, dan lainnya. Perhitungan Inventory Sparepart menggunakan sistem FIFO (First In First Ou...