Searched refs:svc_inst (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_api.h | 213 std::function<bool(tGATT_IF gatt_if, Uuid* p_svc_uuid, uint16_t svc_inst)> 216 bool operator()(tGATT_IF gatt_if, Uuid* p_svc_uuid, uint16_t svc_inst) { in operator() 217 return body(gatt_if, p_svc_uuid, svc_inst); in operator()
|
D | mock_stack_gatt_api.cc | 165 uint16_t svc_inst) { in GATTS_DeleteService() argument 168 svc_inst); in GATTS_DeleteService()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 367 uint16_t svc_inst) { in GATTS_DeleteService() argument 377 gatt_find_hdl_buffer_by_app_id(p_reg->app_uuid128, p_svc_uuid, svc_inst); in GATTS_DeleteService() 383 if (is_active_service(p_reg->app_uuid128, p_svc_uuid, svc_inst)) { in GATTS_DeleteService()
|
D | gatt_int.h | 559 uint16_t svc_inst);
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 340 uint16_t svc_inst; member
|
/packages/modules/Bluetooth/system/stack/include/ |
D | gatt_api.h | 875 uint16_t svc_inst);
|