HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_GATT_STATUS (Results 1 - 14 of 14) 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;
255 tBTA_GATT_STATUS status;
278 tBTA_GATT_STATUS status;
288 tBTA_GATT_STATUS status;
297 tBTA_GATT_STATUS status;
303 tBTA_GATT_STATUS status;
315 tBTA_GATT_STATUS status;
323 tBTA_GATT_STATUS status;
344 tBTA_GATT_STATUS status;
353 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 273 tBTA_GATT_STATUS BTA_GATTC_GetFirstChar (UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id,
278 tBTA_GATT_STATUS status;
312 tBTA_GATT_STATUS BTA_GATTC_GetNextChar (UINT16 conn_id,
318 tBTA_GATT_STATUS status;
354 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
358 tBTA_GATT_STATUS status;
399 tBTA_GATT_STATUS BTA_GATTC_GetNextCharDescr (UINT16 conn_id,
404 tBTA_GATT_STATUS status;
444 tBTA_GATT_STATUS BTA_GATTC_GetFirstIncludedService(UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id,
447 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;
317 static tBTA_GATT_STATUS bta_gattc_add_attr_to_cache(tBTA_GATTC_SERV *p_srvc_cb,
324 tBTA_GATT_STATUS status = BTA_GATT_OK;
428 tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type)
452 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type)
488 tBTA_GATT_STATUS bta_gattc_start_disc_include_srvc(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb
    [all...]
bta_gattc_int.h 338 tBTA_GATT_STATUS status;
440 extern void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
461 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);
474 extern tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type);
475 extern tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, UINT8 disc_type);
477 extern tBTA_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, UINT8 query_type, tBTA_GATT_SRVC_ID *p_srvc_id,
480 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;
580 tBTA_GATT_STATUS status;
625 tBTA_GATT_STATUS status= BTA_GATT_ERROR;
656 tBTA_GATT_STATUS status= BTA_GATT_ERROR;
689 tBTA_GATT_STATUS status= BTA_GATT_ERROR;
bta_gatts_int.h 129 tBTA_GATT_STATUS status;
bta_gattc_utils.c 619 tBTA_GATT_STATUS bta_gattc_pack_read_cb_data(tBTA_GATTC_SERV *p_srcb, tBT_UUID descr_uuid,
625 tBTA_GATT_STATUS status = BTA_GATT_OK;
769 void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
bta_gattc_act.c 486 tBTA_GATT_STATUS status = BTA_GATT_NO_RESOURCES;
733 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status)
972 tBTA_GATT_STATUS status = BTA_GATT_OK;
    [all...]
bta_gatts_api.c 422 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg)
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 462 tBTA_GATT_STATUS status;
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 309 milliseconds