Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.c671 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; in GATTS_HandleValueNotification() local
697 cmd_sent = attp_send_sr_msg (p_tcb, p_buf); in GATTS_HandleValueNotification()
700 cmd_sent = GATT_NO_RESOURCES; in GATTS_HandleValueNotification()
702 return cmd_sent; in GATTS_HandleValueNotification()
722 tGATT_STATUS cmd_sent = GATT_ILLEGAL_PARAMETER; in GATTS_SendRsp() local
745cmd_sent = gatt_sr_process_app_rsp (p_tcb, gatt_if, trans_id, p_tcb->sr_cmd.op_code, status, p_ms… in GATTS_SendRsp()
747 return cmd_sent; in GATTS_SendRsp()
Datt_protocol.c456 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES; in attp_send_sr_msg() local
463 cmd_sent = attp_send_msg_to_l2cap (p_tcb, p_msg); in attp_send_sr_msg()
466 return cmd_sent; in attp_send_sr_msg()