Searched defs:s_hdl (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_sr.cc | 561 uint8_t op_code, uint16_t s_hdl, uint16_t e_hdl, in gatt_build_primary_service_rsp() 633 uint16_t s_hdl, uint16_t e_hdl) { in gatt_build_find_info_rsp() 686 static tGATT_STATUS read_handles(uint16_t& len, uint8_t*& p, uint16_t& s_hdl, uint16_t& e_hdl) { in read_handles() 704 Uuid* p_uuid, uint16_t& s_hdl, uint16_t& e_hdl) { in gatts_validate_packet_format() 739 uint16_t s_hdl = 0, e_hdl = 0; in gatts_process_primary_service_req() local 800 uint16_t s_hdl = 0, e_hdl = 0; in gatts_process_find_info() local 938 uint16_t s_hdl = 0, e_hdl = 0, err_hdl = 0; in gatts_process_read_by_type_req() local 1358 uint16_t s_hdl = 0, e_hdl = 0; in gatts_process_db_out_of_sync() local
|
D | att_protocol.cc | 132 static BT_HDR* attp_build_browse_cmd(uint8_t op_code, uint16_t s_hdl, uint16_t e_hdl, in attp_build_browse_cmd()
|
D | gatt_db.cc | 48 void gatts_init_service_db(tGATT_SVC_DB& db, const Uuid& service_uuid, bool is_pri, uint16_t s_hdl, in gatts_init_service_db()
|
D | gatt_api.cc | 181 uint16_t s_hdl = 0; in GATTS_AddService() local
|
D | gatt_int.h | 287 uint16_t s_hdl; /* service starting handle */ member
|