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

  /system/bt/tools/bdtool/
bdtool.c 201 const btsock_interface_t *sock = bt_interface->get_profile_interface(BT_PROFILE_SOCKETS_ID);
229 const btsock_interface_t *sock = bt_interface->get_profile_interface(BT_PROFILE_SOCKETS_ID);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 140 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_ID)) == NULL) {
com_android_bluetooth_a2dp_sink.cpp 161 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_SINK_ID)) == NULL) {
com_android_bluetooth_hdp.cpp 129 btInf->get_profile_interface(BT_PROFILE_HEALTH_ID)) == NULL) {
com_android_bluetooth_pan.cpp 129 btIf->get_profile_interface(BT_PROFILE_PAN_ID)) == NULL) {
com_android_bluetooth_avrcp.cpp 225 btInf->get_profile_interface(BT_PROFILE_AV_RC_ID)) == NULL) {
com_android_bluetooth_hid.cpp 231 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
com_android_bluetooth_avrcp_controller.cpp 491 btInf->get_profile_interface(BT_PROFILE_AV_RC_CTRL_ID)) == NULL) {
com_android_bluetooth_hfpclient.cpp 329 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_CLIENT_ID);
com_android_bluetooth_sdp.cpp 93 btInf->get_profile_interface(BT_PROFILE_SDP_CLIENT_ID)) == NULL) {
com_android_bluetooth_hfp.cpp 480 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
    [all...]
com_android_bluetooth_btservice_AdapterService.cpp 722 sBluetoothInterface->get_profile_interface(BT_PROFILE_SOCKETS_ID)) == NULL) {
    [all...]
com_android_bluetooth_gatt.cpp     [all...]
  /system/bt/btif/src/
bluetooth.c 366 static const void* get_profile_interface (const char *profile_id) function
368 LOG_INFO(LOG_TAG, "get_profile_interface %s", profile_id);
495 get_profile_interface,
  /hardware/libhardware/include/hardware/
bluetooth.h 544 const void* (*get_profile_interface) (const char *profile_id); member in struct:__anon30669
  /system/bt/service/hal/
bluetooth_gatt_interface.cpp 540 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID));
  /system/bt/service/
gatt_server_old.cpp 489 bt_iface->get_profile_interface(BT_PROFILE_GATT_ID));

Completed in 730 milliseconds