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

  /system/bt/test/suite/support/
rfcomm.c 26 socket_interface = bt_interface->get_profile_interface(BT_PROFILE_SOCKETS_ID);
pan.c 33 pan_interface = bt_interface->get_profile_interface(BT_PROFILE_PAN_ID);
gatt.c 36 gatt_interface = bt_interface->get_profile_interface(BT_PROFILE_GATT_ID);
  /system/bt/btif/src/
bluetooth.c 319 static const void* get_profile_interface (const char *profile_id) function
321 LOG_INFO("get_profile_interface %s", profile_id);
447 get_profile_interface,
  /system/bt/tools/bdtool/
bdtool.c 199 const btsock_interface_t *sock = bt_interface->get_profile_interface(BT_PROFILE_SOCKETS_ID);
227 const btsock_interface_t *sock = bt_interface->get_profile_interface(BT_PROFILE_SOCKETS_ID);
  /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_avrcp_controller.cpp 126 btInf->get_profile_interface(BT_PROFILE_AV_RC_CTRL_ID)) == NULL) {
com_android_bluetooth_a2dp_sink.cpp 165 btInf->get_profile_interface(BT_PROFILE_ADVANCED_AUDIO_SINK_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_pan.cpp 132 btIf->get_profile_interface(BT_PROFILE_PAN_ID)) == NULL) {
com_android_bluetooth_avrcp.cpp 226 btInf->get_profile_interface(BT_PROFILE_AV_RC_ID)) == NULL) {
com_android_bluetooth_hid.cpp 216 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
256 btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID)) == NULL) {
com_android_bluetooth_hfpclient.cpp 329 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_CLIENT_ID);
com_android_bluetooth_sdp.cpp 96 btInf->get_profile_interface(BT_PROFILE_SDP_CLIENT_ID)) == NULL) {
com_android_bluetooth_hfp.cpp 434 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
473 btInf->get_profile_interface(BT_PROFILE_HANDSFREE_ID)) == NULL) {
com_android_bluetooth_btservice_AdapterService.cpp 682 sBluetoothInterface->get_profile_interface(BT_PROFILE_SOCKETS_ID)) == NULL) {
    [all...]
com_android_bluetooth_gatt.cpp     [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 515 const void* (*get_profile_interface) (const char *profile_id); member in struct:__anon24659

Completed in 260 milliseconds