Home
last modified time | relevance | path

Searched refs:BTA_GATT_ILLEGAL_PARAMETER (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_api.c597 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER; in BTA_GATTC_RegisterForNotifications()
668 return BTA_GATT_ILLEGAL_PARAMETER; in BTA_GATTC_DeregisterForNotifications()
675 return BTA_GATT_ILLEGAL_PARAMETER; in BTA_GATTC_DeregisterForNotifications()
Dbta_gatts_act.c615 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER; in bta_gatts_indicate_handle()
/system/bt/bta/include/
Dbta_gatt_api.h88 #define BTA_GATT_ILLEGAL_PARAMETER GATT_ILLEGAL_PARAMETER /* 0x87 */ macro