Searched refs:tGATT_SVC_DB (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_db.cc | 43 static tGATT_ATTR& allocate_attr_in_db(tGATT_SVC_DB& db, const Uuid& uuid, 52 void gatts_init_service_db(tGATT_SVC_DB& db, const Uuid& service_uuid, in gatts_init_service_db() 71 Uuid* gatts_get_service_uuid(tGATT_SVC_DB* p_db) { in gatts_get_service_uuid() 255 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp, in gatts_db_read_attr_value_by_type() 328 uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle, in gatts_add_included_service() 366 uint16_t gatts_add_characteristic(tGATT_SVC_DB& db, tGATT_PERM perm, in gatts_add_characteristic() 398 uint16_t gatts_add_char_descr(tGATT_SVC_DB& db, tGATT_PERM perm, in gatts_add_char_descr() 412 tGATT_ATTR* find_attr_by_handle(tGATT_SVC_DB* p_db, uint16_t handle) { in find_attr_by_handle() 443 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle, in gatts_read_attr_value_by_handle() 480 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB* p_db, bool is_long, in gatts_read_attr_perm_check() [all …]
|
D | gatt_int.h | 183 } tGATT_SVC_DB; typedef 248 tGATT_SVC_DB svc_db; 256 tGATT_SVC_DB* p_db; /* pointer to the service database */ 548 extern void gatts_init_service_db(tGATT_SVC_DB& db, 551 extern uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle, 554 extern uint16_t gatts_add_characteristic(tGATT_SVC_DB& db, tGATT_PERM perm, 557 extern uint16_t gatts_add_char_descr(tGATT_SVC_DB& db, tGATT_PERM perm, 560 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp, 565 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle, 569 tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle, uint16_t offset, [all …]
|
/system/bt/stack/test/gatt/ |
D | gatt_sr_test.cc | 82 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp, in gatts_db_read_attr_value_by_type() 89 Uuid* gatts_get_service_uuid(tGATT_SVC_DB* p_db) { return nullptr; } in gatts_get_service_uuid() 94 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB* p_db, bool is_long, in gatts_read_attr_perm_check() 101 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle, in gatts_read_attr_value_by_handle() 106 tGATT_STATUS gatts_write_attr_perm_check(tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_write_attr_perm_check()
|