/system/bt/btif/src/ |
D | btif_gatt_client.cc | 244 void btif_gattc_unregister_app_impl(int client_if) { in btif_gattc_unregister_app_impl() 248 bt_status_t btif_gattc_unregister_app(int client_if) { in btif_gattc_unregister_app() 253 void btif_gattc_open_impl(int client_if, RawAddress address, bool is_direct, in btif_gattc_open_impl() 313 bt_status_t btif_gattc_open(int client_if, const RawAddress& bd_addr, in btif_gattc_open() 323 void btif_gattc_close_impl(int client_if, RawAddress address, int conn_id) { in btif_gattc_close_impl() 334 bt_status_t btif_gattc_close(int client_if, const RawAddress& bd_addr, in btif_gattc_close() 341 bt_status_t btif_gattc_refresh(int client_if, const RawAddress& bd_addr) { in btif_gattc_refresh() 483 void btif_gattc_reg_for_notification_impl(tGATT_IF client_if, in btif_gattc_reg_for_notification_impl() 494 bt_status_t btif_gattc_reg_for_notification(int client_if, in btif_gattc_reg_for_notification() 504 void btif_gattc_dereg_for_notification_impl(tGATT_IF client_if, in btif_gattc_dereg_for_notification_impl() [all …]
|
D | btif_ble_scanner.cc | 239 uint8_t client_if, uint8_t action, uint8_t filt_index, in ScanFilterParamSetup() 295 void BatchscanConfigStorage(int client_if, int batch_scan_full_max, in BatchscanConfigStorage() 321 void BatchscanReadReports(int client_if, int scan_mode) override { in BatchscanReadReports()
|
/system/bt/bta/gatt/ |
D | bta_gattc_utils.cc | 47 tBTA_GATTC_RCB* bta_gattc_cl_get_regcb(uint8_t client_if) { in bta_gattc_cl_get_regcb() 82 tBTA_GATTC_CLCB* bta_gattc_find_clcb_by_cif(uint8_t client_if, in bta_gattc_find_clcb_by_cif() 123 tBTA_GATTC_CLCB* bta_gattc_clcb_alloc(tGATT_IF client_if, in bta_gattc_clcb_alloc() 168 tBTA_GATTC_CLCB* bta_gattc_find_alloc_clcb(tGATT_IF client_if, in bta_gattc_find_alloc_clcb() 406 bool bta_gattc_mark_bg_conn(tGATT_IF client_if, in bta_gattc_mark_bg_conn() 465 bool bta_gattc_check_bg_conn(tGATT_IF client_if, const RawAddress& remote_bda, in bta_gattc_check_bg_conn()
|
D | bta_gattc_api.cc | 84 static void app_deregister_impl(tGATT_IF client_if) { in app_deregister_impl() 99 void BTA_GATTC_AppDeregister(tGATT_IF client_if) { in BTA_GATTC_AppDeregister() 120 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open() 128 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open() 160 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_CancelOpen() 634 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, in BTA_GATTC_RegisterForNotifications() 697 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, in BTA_GATTC_DeregisterForNotifications()
|
D | bta_gattc_act.cc | 159 void bta_gattc_start_if(uint8_t client_if) { in bta_gattc_start_if() 172 uint8_t client_if = 0; in bta_gattc_register() local 305 void bta_gattc_process_enc_cmpl(tGATT_IF client_if, const RawAddress& bda) { in bta_gattc_process_enc_cmpl() 1015 tGATT_IF client_if = p_clreg->client_if; in bta_gattc_deregister_cmpl() local
|
D | bta_gattc_int.h | 91 tGATT_IF client_if; member 168 tGATT_IF client_if; member 235 tGATT_IF client_if; /* client interface with BTE stack for this application */ member
|
/system/connectivity/wificond/tests/ |
D | server_unittest.cpp | 173 sp<IClientInterface> client_if; in TEST_F() local 191 sp<IClientInterface> client_if; in TEST_F() local 219 sp<IClientInterface> client_if; in TEST_F() local
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 37 bt_status_t FakeUnregisterClient(int client_if) { in FakeUnregisterClient() 43 bt_status_t FakeConnect(int client_if, const RawAddress& bd_addr, in FakeConnect() 52 bt_status_t FakeDisconnect(int client_if, const RawAddress& bd_addr, in FakeDisconnect() 187 int status, int client_if, const bluetooth::Uuid& app_uuid) { in NotifyRegisterClientCallback() 194 int client_if, in NotifyConnectCallback() 202 int conn_id, int status, int client_if, const RawAddress& bda) { in NotifyDisconnectCallback()
|
D | bluetooth_gatt_interface.cc | 84 void RegisterClientCallback(int status, int client_if, in RegisterClientCallback() 110 void ConnectCallback(int conn_id, int status, int client_if, in ConnectCallback() 122 void DisconnectCallback(int conn_id, int status, int client_if, in DisconnectCallback()
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothLowEnergy.aidl | 26 void UnregisterClient(int client_if); in UnregisterClient()
|
/system/bt/service/ |
D | gatt_server_old.cc | 117 int client_if; member 349 void RegisterClientCallback(int status, int client_if, in RegisterClientCallback() 385 void ClientConnectCallback(int conn_id, int status, int client_if, in ClientConnectCallback() 392 void ClientDisconnectCallback(int conn_id, int status, int client_if, in ClientDisconnectCallback()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 105 tGATT_IF client_if; member 146 tGATT_IF client_if; member 155 tGATT_IF client_if; member 177 tGATT_IF client_if; member 183 tGATT_IF client_if; member
|
/system/bt/service/test/ |
D | low_energy_scanner_unittest.cc | 78 uint8_t client_if, uint8_t action, uint8_t filt_index, in ScanFilterParamSetup()
|
/system/bt/include/hardware/ |
D | bt_common_types.h | 32 uint8_t client_if; member
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 347 tGATT_IF client_if, RawAddress address, in OnGattConnected() 1489 tGATT_IF client_if, RawAddress remote_bda, in OnGattDisconnected()
|
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 203 bool bta_hh_le_is_hh_gatt_if(tGATT_IF client_if) { in bta_hh_le_is_hh_gatt_if()
|
/system/bt/bta/dm/ |
D | bta_dm_int.h | 362 tGATT_IF client_if; member
|