Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c502 return GATT_NO_RESOURCES; in GATTS_StartService()
631 cmd_status = GATT_NO_RESOURCES; in GATTS_HandleValueIndication()
768 UINT8 ret = GATT_NO_RESOURCES; in GATTC_ConfigureMTU()
866 status = GATT_NO_RESOURCES; in GATTC_Discover()
948 status = GATT_NO_RESOURCES; in GATTC_Read()
954 status = GATT_NO_RESOURCES; in GATTC_Read()
1015 status = GATT_NO_RESOURCES; in GATTC_Write()
1020 status = GATT_NO_RESOURCES; in GATTC_Write()
1023 if (status == GATT_NO_RESOURCES) in GATTC_Write()
1028 status = GATT_NO_RESOURCES; in GATTC_Write()
[all …]
Dgatt_sr.c501 err = GATT_NO_RESOURCES; in gatt_process_read_multi_req()
508 err = GATT_NO_RESOURCES; in gatt_process_read_multi_req()
662 status = GATT_NO_RESOURCES; in gatt_build_find_info_rsp()
673 status = GATT_NO_RESOURCES; in gatt_build_find_info_rsp()
782 reason = GATT_NO_RESOURCES; in gatts_process_primary_service_req()
844 reason = GATT_NO_RESOURCES; in gatts_process_find_info()
868 if (reason == GATT_NO_RESOURCES) in gatts_process_find_info()
999 reason = GATT_NO_RESOURCES; in gatts_process_read_by_type_req()
1044 if (ret == GATT_NO_RESOURCES) in gatts_process_read_by_type_req()
1184 reason = GATT_NO_RESOURCES; in gatts_process_read_req()
Datt_protocol.c455 tGATT_STATUS cmd_sent = GATT_NO_RESOURCES; in attp_send_sr_msg()
534 tGATT_STATUS status = GATT_NO_RESOURCES; in attp_send_cl_msg()
Dgatt_db.c234 status = GATT_NO_RESOURCES; in read_attr_value()
355 status = GATT_NO_RESOURCES; in gatts_db_read_attr_value_by_type()
383 status = GATT_NO_RESOURCES; in gatts_db_read_attr_value_by_type()
Dgatt_cl.c974 gatt_end_operation(p_clcb, GATT_NO_RESOURCES, (void *)p_clcb->p_attr_buf); in gatt_process_read_rsp()
/external/bluetooth/bluedroid/stack/include/
Dsrvc_api.h28 #define DIS_NO_RESOURCES GATT_NO_RESOURCES
Dgatt_api.h49 #define GATT_NO_RESOURCES 0x0080 macro
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c181 status = GATT_NO_RESOURCES; in bta_gattc_init_cache()
192 status = GATT_NO_RESOURCES; in bta_gattc_init_cache()
310 return GATT_NO_RESOURCES; in bta_gattc_add_srvc_to_cache()
373 return GATT_NO_RESOURCES; in bta_gattc_add_attr_to_cache()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h81 #define BTA_GATT_NO_RESOURCES GATT_NO_RESOURCES /* 0x0080 */
/external/bluetooth/bluedroid/stack/gap/
Dgap_ble.c347 tGATT_STATUS status = GATT_NO_RESOURCES; in gap_proc_read()