Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_STATUS

45 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,
204 static tGATT_STATUS read_attr_value (void *p_attr,
215 tGATT_STATUS status;
315 tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb,
328 tGATT_STATUS status = GATT_NOT_FOUND;
600 tGATT_STATUS gatts_read_attr_value_by_handle(tGATT_TCB *p_tcb,
610 tGATT_STATUS status = GATT_NOT_FOUND;
658 tGATT_STATUS gatts_read_attr_perm_check(tGATT_SVC_DB *p_db,
664 tGATT_STATUS status = GATT_NOT_FOUND;
704 tGATT_STATUS gatts_write_attr_perm_check (tGATT_SVC_DB *p_db, UINT8 op_code,
708 tGATT_STATUS status = GATT_NOT_FOUND;
1084 static tGATT_STATUS gatts_send_app_read_request(tGATT_TCB *p_tcb, UINT8 op_code,
1112 return(tGATT_STATUS) GATT_PENDING;
1115 return(tGATT_STATUS) GATT_BUSY; /* max pending command, application error */