/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_server.cc | 284 static bt_status_t btif_gatts_unregister_app(int server_if) { in btif_gatts_unregister_app() 289 static void btif_gatts_open_impl(int server_if, const RawAddress& address, in btif_gatts_open_impl() 327 static void btif_gatts_open_impl_use_address_type(int server_if, in btif_gatts_open_impl_use_address_type() 352 static bt_status_t btif_gatts_open(int server_if, const RawAddress& bd_addr, in btif_gatts_open() 368 static void btif_gatts_close_impl(int server_if, const RawAddress& address, in btif_gatts_close_impl() 380 static bt_status_t btif_gatts_close(int server_if, const RawAddress& bd_addr, in btif_gatts_close() 387 static void on_service_added_cb(tGATT_STATUS status, int server_if, in on_service_added_cb() 393 static void add_service_impl(int server_if, in add_service_impl() 411 static bt_status_t btif_gatts_add_service(int server_if, in btif_gatts_add_service() 419 static bt_status_t btif_gatts_stop_service(int server_if, int service_handle) { in btif_gatts_stop_service() [all …]
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_api.cc | 115 void BTA_GATTS_AppDeregister(tGATT_IF server_if) { in BTA_GATTS_AppDeregister() 125 void bta_gatts_add_service_impl(tGATT_IF server_if, in bta_gatts_add_service_impl() 178 void BTA_GATTS_AddService(tGATT_IF server_if, in BTA_GATTS_AddService() 315 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_Open() 349 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_CancelOpen()
|
D | bta_gatts_utils.cc | 65 tBTA_GATTS_RCB* bta_gatts_find_app_rcb_by_app_if(tGATT_IF server_if) { in bta_gatts_find_app_rcb_by_app_if() 88 tGATT_IF server_if) { in bta_gatts_find_app_rcb_idx_by_app_if()
|
D | bta_gatts_int.h | 76 tGATT_IF server_if; member 83 tGATT_IF server_if; member 111 tGATT_IF server_if; member 120 tGATT_IF server_if; member
|
/packages/modules/Bluetooth/system/test/suite/gatt/ |
D | gatt_test.cc | 47 void RegisterServerCallback(int status, int server_if, in RegisterServerCallback() 54 void ServiceAddedCallback(int status, int server_if, in ServiceAddedCallback() 63 void ServiceStoppedCallback(int status, int server_if, int srvc_handle) { in ServiceStoppedCallback() 70 void ServiceDeletedCallback(int status, int server_if, int srvc_handle) { in ServiceDeletedCallback()
|
D | gatt_unittest.cc | 77 int server_if = server_interface_id(); in TEST_F() local
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_shim.cc | 33 int server_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) { in ServerReadPhyCallback() 47 int GattServerIntf::server_read_phy(int server_if, RawAddress addr) { in server_read_phy()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 214 tGATT_IF server_if; member 222 tGATT_IF server_if; member 236 tGATT_IF server_if; member 355 tGATT_IF server_if; member 361 tGATT_IF server_if; member 370 tGATT_IF server_if; member 376 tGATT_IF server_if; member 393 tGATT_IF server_if; member 401 tGATT_IF server_if; member 410 tGATT_IF server_if; member
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 640 void btgatts_register_app_cb(int status, int server_if, const Uuid& uuid) { in btgatts_register_app_cb() 649 void btgatts_connection_cb(int conn_id, int server_if, int connected, in btgatts_connection_cb() 661 void btgatts_service_added_cb(int status, int server_if, in btgatts_service_added_cb() 694 void btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) { in btgatts_service_stopped_cb() 704 void btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) { in btgatts_service_deleted_cb() 1940 jint server_if, jstring address, in gattServerConnectNative() 1987 jint server_if, in gattServerAddServiceNative() 2062 jint server_if, jint svc_handle) { in gattServerStopServiceNative() 2068 jobject /* object */, jint server_if, in gattServerDeleteServiceNative() 2075 jint server_if, jint attr_handle, in gattServerSendIndicationNative() [all …]
|
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_server.cc | 336 std::vector<btgatt_db_element_t> service) { in OnGattServerRegister() 655 void OnServiceAdded(tGATT_STATUS status, int server_if, in OnServiceAdded()
|