/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_server.cc | 286 static bt_status_t btif_gatts_unregister_app(int server_if) { in btif_gatts_unregister_app() 291 static void btif_gatts_open_impl(int server_if, const RawAddress& address, in btif_gatts_open_impl() 330 static bt_status_t btif_gatts_open(int server_if, const RawAddress& bd_addr, in btif_gatts_open() 337 static void btif_gatts_close_impl(int server_if, const RawAddress& address, in btif_gatts_close_impl() 349 static bt_status_t btif_gatts_close(int server_if, const RawAddress& bd_addr, in btif_gatts_close() 356 static void on_service_added_cb(tGATT_STATUS status, int server_if, in on_service_added_cb() 362 static void add_service_impl(int server_if, in add_service_impl() 380 static bt_status_t btif_gatts_add_service(int server_if, in btif_gatts_add_service() 389 static bt_status_t btif_gatts_stop_service(int server_if, int service_handle) { in btif_gatts_stop_service() 394 static bt_status_t btif_gatts_delete_service(int server_if, in btif_gatts_delete_service() [all …]
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_gatts_api.cc | 45 void BTA_GATTS_AppDeregister(tGATT_IF server_if) { in BTA_GATTS_AppDeregister() 52 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_CancelOpen() 57 void BTA_GATTS_AddService(tGATT_IF server_if, in BTA_GATTS_AddService() 70 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_Open() 81 void bta_gatts_add_service_impl(tGATT_IF server_if, in bta_gatts_add_service_impl()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_api.cc | 113 void BTA_GATTS_AppDeregister(tGATT_IF server_if) { in BTA_GATTS_AppDeregister() 123 void bta_gatts_add_service_impl(tGATT_IF server_if, in bta_gatts_add_service_impl() 176 void BTA_GATTS_AddService(tGATT_IF server_if, in BTA_GATTS_AddService() 313 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_Open() 345 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, in BTA_GATTS_CancelOpen()
|
D | bta_gatts_utils.cc | 64 tBTA_GATTS_RCB* bta_gatts_find_app_rcb_by_app_if(tGATT_IF server_if) { in bta_gatts_find_app_rcb_by_app_if() 87 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 119 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 | 70 int server_if = server_interface_id(); in TEST_F() local
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_shim.cc | 36 int server_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, uint8_t status) { in ServerReadPhyCallback() 50 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 | 218 tGATT_IF server_if; member 226 tGATT_IF server_if; member 240 tGATT_IF server_if; member 332 tGATT_IF server_if; member 338 tGATT_IF server_if; member 347 tGATT_IF server_if; member 353 tGATT_IF server_if; member 370 tGATT_IF server_if; member 378 tGATT_IF server_if; member 387 tGATT_IF server_if; member
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 635 void btgatts_register_app_cb(int status, int server_if, const Uuid& uuid) { in btgatts_register_app_cb() 644 void btgatts_connection_cb(int conn_id, int server_if, int connected, in btgatts_connection_cb() 656 void btgatts_service_added_cb(int status, int server_if, in btgatts_service_added_cb() 689 void btgatts_service_stopped_cb(int status, int server_if, int srvc_handle) { in btgatts_service_stopped_cb() 699 void btgatts_service_deleted_cb(int status, int server_if, int srvc_handle) { in btgatts_service_deleted_cb() 2026 static void gattServerConnectNative(JNIEnv* env, jobject object, jint server_if, in gattServerConnectNative() 2073 jint server_if, in gattServerAddServiceNative() 2141 jint server_if, jint svc_handle) { in gattServerStopServiceNative() 2147 jint server_if, jint svc_handle) { in gattServerDeleteServiceNative() 2153 jint server_if, jint attr_handle, in gattServerSendIndicationNative() [all …]
|