HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_GATT_STATUS (Results 1 - 12 of 12) 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 93 typedef UINT8 tBTA_GATT_STATUS;
252 tBTA_GATT_STATUS status;
275 tBTA_GATT_STATUS status;
285 tBTA_GATT_STATUS status;
294 tBTA_GATT_STATUS status;
300 tBTA_GATT_STATUS status;
312 tBTA_GATT_STATUS status;
320 tBTA_GATT_STATUS status;
341 tBTA_GATT_STATUS status;
350 tBTA_GATT_STATUS status
    [all...]
  /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 249 tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id,
254 tBTA_GATT_STATUS status;
288 tBTA_GATT_STATUS BTA_GATTC_GetNextChar (UINT16 conn_id,
294 tBTA_GATT_STATUS status;
330 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
334 tBTA_GATT_STATUS status;
375 tBTA_GATT_STATUS BTA_GATTC_GetNextCharDescr (UINT16 conn_id,
380 tBTA_GATT_STATUS status;
420 tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id,
423 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;
265 static tBTA_GATT_STATUS bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV *p_srvc_cb,
271 tBTA_GATT_STATUS status = BTA_GATT_OK;
321 static tBTA_GATT_STATUS bta_gattc_add_attr_to_cache(tBTA_GATTC_SERV *p_srvc_cb,
328 tBTA_GATT_STATUS status = BTA_GATT_OK;
430 tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type)
454 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type)
492 tBTA_GATT_STATUS bta_gattc_start_disc_include_srvc(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb
    [all...]
bta_gattc_int.h 333 tBTA_GATT_STATUS status;
425 extern void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
445 extern tBTA_GATT_STATUS bta_gattc_pack_read_cb_data(tBTA_GATTC_SERV *p_srcb, tBT_UUID descr_uuid, tGATT_VALUE *p_attr, tBTA_GATT_READ_VAL *p_value);
454 extern tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type);
455 extern tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type);
457 extern tBTA_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, UINT8 query_type, tBTA_GATT_SRVC_ID *p_srvc_id,
460 extern tBTA_GATT_STATUS bta_gattc_init_cache(tBTA_GATTC_SERV *p_srvc_cb);
bta_gatts_act.c 139 tBTA_GATT_STATUS status = BTA_GATT_OK;
246 tBTA_GATT_STATUS status = BTA_GATT_ERROR;
581 tBTA_GATT_STATUS status;
626 tBTA_GATT_STATUS status= BTA_GATT_ERROR;
657 tBTA_GATT_STATUS status= BTA_GATT_ERROR;
690 tBTA_GATT_STATUS status= BTA_GATT_ERROR;
bta_gattc_act.c 367 tBTA_GATT_STATUS status = BTA_GATT_ERROR;
406 tBTA_GATT_STATUS status=BTA_GATT_ERROR;
491 tBTA_GATT_STATUS status = BTA_GATT_NO_RESOURCES;
543 tBTA_GATT_STATUS status = BTA_GATT_ERROR;
576 tBTA_GATT_STATUS status = BTA_GATT_OK;
597 tBTA_GATT_STATUS status=BTA_GATT_ERROR;
923 tBTA_GATT_STATUS status = BTA_GATT_OK;
1000 tBTA_GATT_STATUS status = BTA_GATT_OK;
    [all...]
bta_gattc_utils.c 517 tBTA_GATT_STATUS bta_gattc_pack_read_cb_data(tBTA_GATTC_SERV *p_srcb, tBT_UUID descr_uuid,
523 tBTA_GATT_STATUS status = BTA_GATT_OK;
642 void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
bta_gatts_int.h 130 tBTA_GATT_STATUS status;
bta_gatts_api.c 399 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg)
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 617 milliseconds