HomeSort by relevance Sort by last modified time
    Searched refs:tGATT_SVC_DB (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/gatt/
gatt_db.cc 40 static tGATT_ATTR& allocate_attr_in_db(tGATT_SVC_DB& db, const tBT_UUID& uuid,
49 void gatts_init_service_db(tGATT_SVC_DB& db, tBT_UUID* p_service, bool is_pri,
67 tBT_UUID* gatts_get_service_uuid(tGATT_SVC_DB* p_db) {
250 tGATT_TCB* p_tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp,
325 uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle,
362 uint16_t gatts_add_characteristic(tGATT_SVC_DB& db, tGATT_PERM perm,
433 uint16_t gatts_add_char_descr(tGATT_SVC_DB& db, tGATT_PERM perm,
446 tGATT_ATTR* find_attr_by_handle(tGATT_SVC_DB* p_db, uint16_t handle) {
477 tGATT_TCB* p_tcb, tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle,
514 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB* p_db, bool is_long
    [all...]
gatt_int.h 182 } tGATT_SVC_DB;
245 tGATT_SVC_DB svc_db;
253 tGATT_SVC_DB* p_db; /* pointer to the service database */
581 extern void gatts_init_service_db(tGATT_SVC_DB& db, tBT_UUID* p_service,
584 extern uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle,
586 extern uint16_t gatts_add_characteristic(tGATT_SVC_DB& db, tGATT_PERM perm,
589 extern uint16_t gatts_add_char_descr(tGATT_SVC_DB& db, tGATT_PERM perm,
592 tGATT_TCB* p_tcb, tGATT_SVC_DB* p_db, uint8_t op_code, BT_HDR* p_rsp,
597 tGATT_TCB* p_tcb, tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle,
601 tGATT_SVC_DB* p_db, uint8_t op_code, uint16_t handle, uint16_t offset
    [all...]

Completed in 671 milliseconds