Home
last modified time | relevance | path

Searched refs:attp_build_sr_msg (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/stack/test/gatt/
H A Dmock_gatt_utils_ref.cc42 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, in attp_build_sr_msg() function
H A Dgatt_sr_test.cc41 } attp_build_sr_msg; member
66 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, in attp_build_sr_msg() function
68 test_state_.attp_build_sr_msg.op_code_ = op_code; in attp_build_sr_msg()
/aosp12/system/bt/stack/gatt/
H A Dgatt_api.cc472 attp_build_sr_msg(*p_tcb, GATT_HANDLE_VALUE_IND, &gatt_sr_msg); in GATTS_HandleValueIndication()
531 attp_build_sr_msg(*p_tcb, GATT_HANDLE_VALUE_NOTIF, &gatt_sr_msg); in GATTS_HandleValueNotification()
H A Datt_protocol.cc351 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, in attp_build_sr_msg() function
H A Dgatt_sr.cc306 sr_res_p->p_rsp_msg = attp_build_sr_msg(tcb, (uint8_t)(op_code + 1), in gatt_sr_process_app_rsp()
825 BT_HDR* p_buf = attp_build_sr_msg(tcb, GATT_RSP_MTU, &gatt_sr_msg); in gatts_process_mtu_req()
H A Dgatt_int.h478 extern BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code,
H A Dgatt_utils.cc813 p_buf = attp_build_sr_msg(tcb, GATT_RSP_ERROR, &msg); in gatt_send_error_rsp()