Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_STATUS

47 static tGATT_STATUS gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code,
116 static tGATT_STATUS gatts_check_attr_readability(tGATT_ATTR16 *p_attr,
205 static tGATT_STATUS read_attr_value (void *p_attr,
216 tGATT_STATUS status;
326 tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb,
339 tGATT_STATUS status = GATT_NOT_FOUND;
638 tGATT_STATUS gatts_read_attr_value_by_handle(tGATT_TCB *p_tcb,
648 tGATT_STATUS status = GATT_NOT_FOUND;
696 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB *p_db,
702 tGATT_STATUS status = GATT_NOT_FOUND;
742 tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code,
746 tGATT_STATUS status = GATT_NOT_FOUND;
1140 static tGATT_STATUS gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code,
1168 return(tGATT_STATUS) GATT_PENDING;
1171 return(tGATT_STATUS) GATT_BUSY; /* max pending command, application error */