Home
last modified time | relevance | path

Searched refs:gatt_server_handle_client_req (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/stack/gatt/
H A Dgatt_auth.cc121 gatt_server_handle_client_req(tcb, cid, op_code, (uint16_t)(p_buf->len - 1), in gatt_verify_signature()
H A Dgatt_int.h542 extern void gatt_server_handle_client_req(tGATT_TCB& p_tcb, uint16_t cid,
H A Dgatt_main.cc831 gatt_server_handle_client_req(tcb, cid, op_code, msg_len, p); in gatt_data_process()
H A Dgatt_sr.cc1332 void gatt_server_handle_client_req(tGATT_TCB& tcb, uint16_t cid, in gatt_server_handle_client_req() function