Home
last modified time | relevance | path

Searched refs:GATT_ILLEGAL_PARAMETER (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/gatt/
Datt_protocol.cc509 return GATT_ILLEGAL_PARAMETER; in attp_send_cl_msg()
520 return GATT_ILLEGAL_PARAMETER; in attp_send_cl_msg()
534 return GATT_ILLEGAL_PARAMETER; in attp_send_cl_msg()
550 return GATT_ILLEGAL_PARAMETER; in attp_send_cl_msg()
564 return GATT_ILLEGAL_PARAMETER; in attp_send_cl_msg()
Dgatt_api.cc450 if (!GATT_HANDLE_IS_VALID(attr_handle)) return GATT_ILLEGAL_PARAMETER; in GATTS_HandleValueIndication()
515 return GATT_ILLEGAL_PARAMETER; in GATTS_HandleValueNotification()
617 return GATT_ILLEGAL_PARAMETER; in GATTC_ConfigureMTU()
674 return GATT_ILLEGAL_PARAMETER; in GATTC_Discover()
685 return GATT_ILLEGAL_PARAMETER; in GATTC_Discover()
751 return GATT_ILLEGAL_PARAMETER; in GATTC_Read()
830 return GATT_ILLEGAL_PARAMETER; in GATTC_Write()
883 return GATT_ILLEGAL_PARAMETER; in GATTC_ExecuteWrite()
921 return GATT_ILLEGAL_PARAMETER; in GATTC_SendHandleValueConfirm()
1290 if (!p_tcb) return GATT_ILLEGAL_PARAMETER; in GATT_Disconnect()
/system/bt/stack/include/
Dsrvc_api.h28 #define DIS_ILLEGAL_PARAM GATT_ILLEGAL_PARAMETER
Dgatt_api.h54 GATT_ILLEGAL_PARAMETER = 0x87, enumerator
/system/bt/bta/gatt/
Dbta_gattc_api.cc645 tGATT_STATUS status = GATT_ILLEGAL_PARAMETER; in BTA_GATTC_RegisterForNotifications()
709 return GATT_ILLEGAL_PARAMETER; in BTA_GATTC_DeregisterForNotifications()
716 return GATT_ILLEGAL_PARAMETER; in BTA_GATTC_DeregisterForNotifications()
Dbta_gatts_act.cc371 tGATT_STATUS status = GATT_ILLEGAL_PARAMETER; in bta_gatts_indicate_handle()