Home
last modified time | relevance | path

Searched refs:GATT_NO_RESOURCES (Results 1 – 9 of 9) sorted by relevance

/system/bt/stack/gatt/
Dgatt_api.c502 return GATT_NO_RESOURCES; in GATTS_StartService()
597 tGATT_STATUS cmd_status = GATT_NO_RESOURCES; in GATTS_HandleValueIndication()
633 cmd_status = GATT_NO_RESOURCES; in GATTS_HandleValueIndication()
699 cmd_sent = GATT_NO_RESOURCES; in GATTS_HandleValueNotification()
774 UINT8 ret = GATT_NO_RESOURCES; in GATTC_ConfigureMTU()
875 status = GATT_NO_RESOURCES; in GATTC_Discover()
957 status = GATT_NO_RESOURCES; in GATTC_Read()
963 status = GATT_NO_RESOURCES; in GATTC_Read()
1021 status = GATT_NO_RESOURCES; in GATTC_Write()
1024 if (status == GATT_NO_RESOURCES) in GATTC_Write()
[all …]
Dgatt_sr.c485 err = GATT_NO_RESOURCES; in gatt_process_read_multi_req()
646 status = GATT_NO_RESOURCES; in gatt_build_find_info_rsp()
657 status = GATT_NO_RESOURCES; in gatt_build_find_info_rsp()
838 if (reason == GATT_NO_RESOURCES) { in gatts_process_find_info()
1001 if (ret == GATT_NO_RESOURCES) in gatts_process_read_by_type_req()
Datt_protocol.c428 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES; in attp_send_sr_msg()
507 tGATT_STATUS status = GATT_NO_RESOURCES; in attp_send_cl_msg()
Dgatt_db.c236 status = GATT_NO_RESOURCES; in read_attr_value()
366 status = GATT_NO_RESOURCES; in gatts_db_read_attr_value_by_type()
394 status = GATT_NO_RESOURCES; in gatts_db_read_attr_value_by_type()
Dgatt_cl.c999 gatt_end_operation(p_clcb, GATT_NO_RESOURCES, (void *)p_clcb->p_attr_buf); in gatt_process_read_rsp()
/system/bt/stack/include/
Dsrvc_api.h28 #define DIS_NO_RESOURCES GATT_NO_RESOURCES
Dgatt_api.h50 #define GATT_NO_RESOURCES 0x80 macro
/system/bt/bta/include/
Dbta_gatt_api.h81 #define BTA_GATT_NO_RESOURCES GATT_NO_RESOURCES /* 0x80 */
/system/bt/stack/gap/
Dgap_ble.c280 tGATT_STATUS status = GATT_NO_RESOURCES; in gap_proc_read()