HomeSort by relevance Sort by last modified time
    Searched full:get_profile_interface (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 302 static const void* get_profile_interface (const char *profile_id) function
304 ALOGI("get_profile_interface %s", profile_id);
407 get_profile_interface,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 119 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
159 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
com_android_bluetooth_hdp.cpp 116 btInf->get_profile_interface(BT_PROFILE_HEALTH_ID)) == NULL) {
155 btInf->get_profile_interface(BT_PROFILE_HEALTH_ID)) == NULL) {
com_android_bluetooth_hid.cpp 161 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
201 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
com_android_bluetooth_pan.cpp 132 btIf->get_profile_interface(BT_PROFILE_PAN_ID)) == NULL) {
com_android_bluetooth_hfp.cpp 251 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
290 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
com_android_bluetooth_avrcp.cpp 203 btInf->get_profile_interface(BT_PROFILE_AV_RC_ID)) == NULL) {
com_android_bluetooth_btservice_AdapterService.cpp 524 sBluetoothInterface->get_profile_interface(BT_PROFILE_SOCKETS_ID)) == NULL) {
    [all...]
com_android_bluetooth_gatt.cpp 712 btIf->get_profile_interface(BT_PROFILE_GATT_ID)) == NULL) {
    [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 442 const void* (*get_profile_interface) (const char *profile_id); member in struct:__anon32812

Completed in 1026 milliseconds