/system/bt/service/hal/ |
D | bluetooth_gatt_interface.h | 103 const btgatt_db_element_t* gatt_db, 112 const btgatt_db_element_t& added, 131 std::vector<btgatt_db_element_t> service); // NOLINT(pass-by-value)
|
D | bluetooth_gatt_interface.cc | 197 void GetGattDbCallback(int conn_id, const btgatt_db_element_t* db, int size) { in GetGattDbCallback() 216 void ServicesAddedCallback(int conn_id, const btgatt_db_element_t& added, in ServicesAddedCallback() 250 std::vector<btgatt_db_element_t> service) { // NOLINT(pass-by-value) in ServiceAddedCallback() 627 const btgatt_db_element_t* /* gatt_db */, int /* size */) { in GetGattDbCallback() argument 639 const btgatt_db_element_t& /* added */, int /* added_count */) { in ServicesAddedCallback() argument 658 std::vector<btgatt_db_element_t> /* service */) { // NOLINT(pass-by-value) in ServiceAddedCallback() argument
|
D | fake_bluetooth_gatt_interface.h | 57 int server_if, std::vector<btgatt_db_element_t> service) = 0; 98 std::vector<btgatt_db_element_t> srvc);
|
D | fake_bluetooth_gatt_interface.cc | 73 std::vector<btgatt_db_element_t> service) { in FakeAddService() 223 int status, int server_if, std::vector<btgatt_db_element_t> service) { in NotifyServiceAddedCallback()
|
/system/bt/include/hardware/ |
D | bt_gatt_server.h | 55 int status, int server_if, std::vector<btgatt_db_element_t> service); 156 std::vector<btgatt_db_element_t> service);
|
D | bt_common_types.h | 75 } btgatt_db_element_t; typedef
|
D | bt_gatt_client.h | 162 typedef void (*get_gatt_db_callback)(int conn_id, const btgatt_db_element_t* db, 171 const btgatt_db_element_t& added,
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.cc | 537 void bta_gattc_fill_gatt_db_el(btgatt_db_element_t* p_attr, in bta_gattc_fill_gatt_db_el() 602 btgatt_db_element_t** db, int* count) { in bta_gattc_get_gatt_db_impl() 616 void* buffer = osi_malloc(db_size * sizeof(btgatt_db_element_t)); in bta_gattc_get_gatt_db_impl() 617 btgatt_db_element_t* curr_db_attr = (btgatt_db_element_t*)buffer; in bta_gattc_get_gatt_db_impl() 656 *db = (btgatt_db_element_t*)buffer; in bta_gattc_get_gatt_db_impl() 675 uint16_t end_handle, btgatt_db_element_t** db, in bta_gattc_get_gatt_db()
|
D | bta_gatts_api.cc | 117 std::vector<btgatt_db_element_t> service, in bta_gatts_add_service_impl() 169 std::vector<btgatt_db_element_t> service, in BTA_GATTS_AddService()
|
D | bta_gatts_int.h | 77 btgatt_db_element_t* service;
|
D | bta_gattc_int.h | 443 uint16_t end_handle, btgatt_db_element_t** db,
|
/system/bt/test/suite/gatt/ |
D | gatt_test.h | 73 int server_if, std::vector<btgatt_db_element_t> service) override;
|
D | gatt_unittest.cc | 71 std::vector<btgatt_db_element_t> service = { in TEST_F()
|
D | gatt_test.cc | 117 int server_if, std::vector<btgatt_db_element_t> service) { in ServiceAddedCallback()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 551 uint16_t end_handle, btgatt_db_element_t** db, 842 std::vector<btgatt_db_element_t> service)> 846 std::vector<btgatt_db_element_t> service,
|
/system/bt/btif/src/ |
D | btif_gatt_server.cc | 347 vector<btgatt_db_element_t> service) { in on_service_added_cb() 353 vector<btgatt_db_element_t> service) { in add_service_impl() 371 vector<btgatt_db_element_t> service) { in btif_gatts_add_service()
|
/system/bt/stack/gatt/ |
D | gatt_attr.cc | 287 btgatt_db_element_t service[] = { in gatt_profile_db_init() 295 sizeof(service) / sizeof(btgatt_db_element_t)); in gatt_profile_db_init()
|
D | gatt_api.cc | 100 static uint16_t compute_service_size(btgatt_db_element_t* service, int count) { in compute_service_size() 102 btgatt_db_element_t* el = service; in compute_service_size() 152 uint16_t GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service, in GATTS_AddService() 214 btgatt_db_element_t* el = service + 1; in GATTS_AddService()
|
/system/bt/service/ |
D | gatt_server.cc | 70 std::vector<btgatt_db_element_t> svc; in AddService() 297 std::vector<btgatt_db_element_t> svc) { in ServiceAddedCallback() 310 const btgatt_db_element_t& curr = svc[i]; in ServiceAddedCallback()
|
D | gatt_server_old.cc | 52 std::vector<btgatt_db_element_t> pending_svc_decl; 144 std::vector<btgatt_db_element_t> service) { in ServiceAddedCallback() 157 const btgatt_db_element_t& el = service[i]; in ServiceAddedCallback()
|
D | gatt_server.h | 200 std::vector<btgatt_db_element_t>) override;
|
/system/bt/stack/srvc/ |
D | srvc_dis.cc | 338 btgatt_db_element_t service[DIS_MAX_ATTR_NUM] = {}; in DIS_SrInit() 361 sizeof(service) / sizeof(btgatt_db_element_t)); in DIS_SrInit()
|
/system/bt/stack/gap/ |
D | gap_ble.cc | 413 btgatt_db_element_t service[] = { in gap_attr_db_init() 438 sizeof(service) / sizeof(btgatt_db_element_t)); in gap_attr_db_init()
|
/system/bt/service/test/ |
D | gatt_server_unittest.cc | 37 MOCK_METHOD2(AddService, bt_status_t(int, std::vector<btgatt_db_element_t>)); 269 std::vector<btgatt_db_element_t> service_with_handles = { in SetUpTestService()
|
/system/bt/stack/include/ |
D | gatt_api.h | 701 extern uint16_t GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service,
|