Home
last modified time | relevance | path

Searched refs:cmd_sent (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c668 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; in GATTS_HandleValueNotification() local
696 cmd_sent = attp_send_sr_msg (p_tcb, p_buf); in GATTS_HandleValueNotification()
698 cmd_sent = GATT_NO_RESOURCES; in GATTS_HandleValueNotification()
701 return cmd_sent; in GATTS_HandleValueNotification()
721 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; in GATTS_SendRsp() local
747cmd_sent = gatt_sr_process_app_rsp (p_tcb, gatt_if, trans_id, p_tcb->sr_cmd.op_code, status, p_ms… in GATTS_SendRsp()
749 return cmd_sent; in GATTS_SendRsp()
1744 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; in GATTS_HandleMultiValueNotification() local
1791 cmd_sent = attp_send_sr_msg (p_tcb, p_buf); in GATTS_HandleMultiValueNotification()
1793 cmd_sent = GATT_NO_RESOURCES; in GATTS_HandleMultiValueNotification()
[all …]
Datt_protocol.c474 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES; in attp_send_sr_msg() local
479 cmd_sent = attp_send_msg_to_l2cap (p_tcb, p_msg); in attp_send_sr_msg()
482 return cmd_sent; in attp_send_sr_msg()