Searched refs:tGATT_SVC_DB (Results 1 – 2 of 2) 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 */ 546 extern void gatts_init_service_db(tGATT_SVC_DB& db, 549 extern uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle, 552 extern uint16_t gatts_add_characteristic(tGATT_SVC_DB& db, tGATT_PERM perm, 555 extern uint16_t gatts_add_char_descr(tGATT_SVC_DB& db, tGATT_PERM perm, 558 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp, 563 tGATT_TCB& tcb, tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle, 567 tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle, uint16_t offset, [all …]
|