Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.c670 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()
699 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
744cmd_sent = gatt_sr_process_app_rsp (p_tcb, gatt_if, trans_id, p_tcb->sr_cmd.op_code, status, p_ms… in GATTS_SendRsp()
746 return cmd_sent; in GATTS_SendRsp()
Datt_protocol.c428 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES; in attp_send_sr_msg() local
435 cmd_sent = attp_send_msg_to_l2cap (p_tcb, p_msg); in attp_send_sr_msg()
438 return cmd_sent; in attp_send_sr_msg()