HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_GATT_STATUS (Results 1 - 15 of 15) sorted by null

  /external/bluetooth/bluedroid/bta/include/
bta_gattc_ci.h 37 tBTA_GATT_STATUS status;
46 tBTA_GATT_STATUS status;
75 tBTA_GATT_STATUS status, UINT16 conn_id);
95 tBTA_GATT_STATUS status, UINT16 conn_id);
112 tBTA_GATT_STATUS status, UINT16 conn_id);
bta_gatt_api.h 95 typedef UINT8 tBTA_GATT_STATUS;
257 tBTA_GATT_STATUS status;
280 tBTA_GATT_STATUS status;
290 tBTA_GATT_STATUS status;
299 tBTA_GATT_STATUS status;
305 tBTA_GATT_STATUS status;
317 tBTA_GATT_STATUS status;
325 tBTA_GATT_STATUS status;
346 tBTA_GATT_STATUS status;
361 tBTA_GATT_STATUS status
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_gattc_co.c 49 tBTA_GATT_STATUS status = BTA_GATT_OK;
74 tBTA_GATT_STATUS status = BTA_GATT_MORE;
97 tBTA_GATT_STATUS status = BTA_GATT_OK;
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_ci.c 51 void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status,
83 tBTA_GATTC_NV_ATTR *p_attr, tBTA_GATT_STATUS status,
123 void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status,
bta_gattc_api.c 285 tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id,
290 tBTA_GATT_STATUS status;
324 tBTA_GATT_STATUS BTA_GATTC_GetNextChar (UINT16 conn_id,
330 tBTA_GATT_STATUS status;
366 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
370 tBTA_GATT_STATUS status;
411 tBTA_GATT_STATUS BTA_GATTC_GetNextCharDescr (UINT16 conn_id,
416 tBTA_GATT_STATUS status;
456 tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id,
459 tBTA_GATT_STATUS status
    [all...]
bta_gattc_cache.c 40 static tBTA_GATT_STATUS bta_gattc_sdp_service_disc(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb);
169 tBTA_GATT_STATUS bta_gattc_init_cache(tBTA_GATTC_SERV *p_srvc_cb)
171 tBTA_GATT_STATUS status = BTA_GATT_OK;
294 static tBTA_GATT_STATUS bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV *p_srvc_cb,
300 tBTA_GATT_STATUS status = BTA_GATT_OK;
347 static tBTA_GATT_STATUS bta_gattc_add_attr_to_cache(tBTA_GATTC_SERV *p_srvc_cb,
354 tBTA_GATT_STATUS status = BTA_GATT_OK;
462 tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type)
478 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type)
514 tBTA_GATT_STATUS bta_gattc_start_disc_include_srvc(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb
    [all...]
bta_gattc_int.h 370 tBTA_GATT_STATUS status;
483 extern void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
510 extern tBTA_GATT_STATUS bta_gattc_pack_read_cb_data(tBTA_GATTC_SERV *p_srcb, tBT_UUID *p_descr_uuid, tGATT_VALUE *p_attr, tBTA_GATT_READ_VAL *p_value);
523 extern tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type);
524 extern tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type);
526 extern tBTA_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, UINT8 query_type, tBTA_GATT_SRVC_ID *p_srvc_id,
529 extern tBTA_GATT_STATUS bta_gattc_init_cache(tBTA_GATTC_SERV *p_srvc_cb);
bta_gatts_act.c 109 tBTA_GATT_STATUS status = BTA_GATT_OK;
150 tBTA_GATT_STATUS status = BTA_GATT_OK;
182 tBTA_GATT_STATUS status = BTA_GATT_OK;
290 tBTA_GATT_STATUS status = BTA_GATT_ERROR;
628 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER;
690 tBTA_GATT_STATUS status= BTA_GATT_ERROR;
721 tBTA_GATT_STATUS status= BTA_GATT_ERROR;
754 tBTA_GATT_STATUS status= BTA_GATT_ERROR;
bta_gatts_int.h 129 tBTA_GATT_STATUS status;
bta_gatts_api.c 429 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg)
bta_gattc_act.c 181 tBTA_GATT_STATUS status = BTA_GATT_NO_RESOURCES;
534 tBTA_GATT_STATUS status = BTA_GATT_NO_RESOURCES;
787 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status)
    [all...]
bta_gattc_utils.c 756 tBTA_GATT_STATUS bta_gattc_pack_read_cb_data(tBTA_GATTC_SERV *p_srcb,
764 tBTA_GATT_STATUS status = BTA_GATT_OK;
908 void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 80 static void bta_hh_le_register_scpp_notif(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status);
81 static void bta_hh_le_register_scpp_notif_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 583 tBTA_GATT_STATUS status;
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 43 milliseconds