Home | History | Annotate | Download | only in gatt

Lines Matching defs:bda

386     GATT_TRACE_DEBUG3 ("GATT   ATT protocol channel with BDA: %08x%04x is %s",
927 void gatt_add_a_bonded_dev_for_srv_chg (BD_ADDR bda)
933 memcpy(srv_chg_clt.bda, bda, BD_ADDR_LEN);
937 memcpy(req.srv_chg.bda, bda, BD_ADDR_LEN);
999 gatt_send_srv_chg_ind(p_srv_chg_clt->bda);
1070 BD_ADDR bda;
1080 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx))
1087 gatt_send_srv_chg_ind(bda);