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

  /system/bt/stack/gatt/
att_protocol.cc 345 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, function
381 LOG(FATAL) << "attp_build_sr_msg: unknown op code = " << +op_code;
gatt_api.cc 503 p_msg = attp_build_sr_msg(*p_tcb, GATT_HANDLE_VALUE_IND, &gatt_sr_msg);
560 attp_build_sr_msg(*p_tcb, GATT_HANDLE_VALUE_NOTIF, &gatt_sr_msg);
    [all...]
gatt_sr.cc 250 tcb.sr_cmd.p_rsp_msg = attp_build_sr_msg(tcb, (uint8_t)(op_code + 1),
749 BT_HDR* p_buf = attp_build_sr_msg(tcb, GATT_RSP_MTU, &gatt_sr_msg);
    [all...]
gatt_int.h 428 extern BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code,
gatt_utils.cc 860 p_buf = attp_build_sr_msg(tcb, GATT_RSP_ERROR, &msg);
    [all...]

Completed in 56 milliseconds